From cf2d699cf70d3eaf396cb6029e90e2bcb26a7222 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 31 May 1993 17:02:59 +0000 Subject: [PATCH] (x_reply_selection_request): Call XFlushQueue. --- src/xselect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xselect.c b/src/xselect.c index d239893d3e8..293029a042f 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -544,6 +544,7 @@ x_reply_selection_request (event, format, data, size, type) XChangeProperty (display, window, reply.property, type, format, PropModeReplace, data, 0); } + XFlushQueue (); UNBLOCK_INPUT; } -- 2.30.2